home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / tedit2.zip / README.1ST < prev    next >
Text File  |  1989-12-02  |  5KB  |  129 lines

  1.  
  2. README.1ST               Saturday, December 2, 1989 1:49 pm               Page 1
  3.  
  4.  
  5.  
  6.     !!YOU MUST READ THE README. FILE!!
  7.  
  8.     T-Edit is a FAST full featured programmers editor. T-Edit was
  9.     written with idea of creating the fastest multi-window text editor
  10.     available for DOS and OS2.
  11.  
  12.     Sharware distribution of T-Edit includes a full feature DEMO DOS
  13.     version of the editor. Upon registration we will send you:
  14.  
  15.                         Latest Release:
  16.                         o OS2 version
  17.                         o DOS 808x version
  18.                         o Printed Manual
  19.                         o Source code (Optional)
  20.  
  21.    ----------------------------------------------------------------------
  22.  
  23.      T-Edit (Technical Editor) is a general purpose source code
  24.      editor. It provides a fast multi-window/-file editing
  25.      environment for programmers.
  26.      
  27.      T-Edit uses  a unique combination of editing windows and
  28.      screens.  An  editing  session  can  be  broken up into multiple
  29.      screens,  and  in turn each screen may be broken up into multiple
  30.      windows (16 per screen).
  31.  
  32.      The  Technical  Editor  was designed with enough features to make
  33.      most editing chores non-laborious.
  34.  
  35.      The most noted features:
  36.  
  37.          Auto indenting
  38.          Auto word search (searches for word under cursor)
  39.          Bracket matching
  40.          Binary and read only editing modes
  41.          Bookmarks (up to 5)
  42.          OS environment
  43.          Extended ASCII character set
  44.          File based keymap configurations
  45.          Go to window selection list for going from window to window
  46.       *  Interactive editor configuration
  47.          Keyboard macros
  48.          Keyboard re-definition
  49.          Line and rectangular block marking
  50. NEW      UNDO
  51.          Multiple screens and windows
  52.          Regular expression search and replace
  53.          Selection box for file loading (moves through directories)
  54. NEW      Virtual memory
  55.  
  56.  
  57.           *    Demo version will not allow permanent saving of the
  58.                configuration.
  59.  
  60.    ----------------------------------------------------------------------
  61.  
  62.         T-Edit is a shareware product; before using this product you must
  63.     read the license agreement found in the README file.
  64.  
  65.  
  66.  
  67. README.1ST               Saturday, December 2, 1989 1:49 pm               Page 2
  68.  
  69. -----------------------------------------------------------------------------
  70.                             PACKING LIST
  71. -----------------------------------------------------------------------------
  72.     readme.1st          What your reading
  73.  
  74.     readme.             License agreement and registration information
  75.  
  76.     t.exe               Technical Editor Executable (DOS)
  77.  
  78.     t.hlp               Technical Editor Help file
  79.  
  80.     t.man               Technical Editor Manual (ASCII Format)
  81.  
  82.     prob.rep            Form for reporting Tech-Edit problems. (Please use 
  83.                         this form regardless if you are a registered user.)
  84.  
  85. -----------------------------------------------------------------------------
  86.                     HELPFUL HINTS FOR INSTALLATION
  87. -----------------------------------------------------------------------------
  88.  
  89. Copy "t.exe" and "t.hlp" files into a directory included in your DOS "PATH"
  90.  
  91.  
  92. Usage:  t [-pbr] file1.ext file2.ext ... filen.ext
  93.           flags and filespecs are optional;
  94.               -p choose file to edit through file pick list
  95.               -r Bring up file in read only mode (allows no changes)
  96.               -b Bring up file in binary mode (fixed line length and
  97.                  no CR-LF translation)
  98.                  
  99.           Valid wild card characters can be used for file names
  100.           
  101. Executing "t.exe" without any arguments brings up a pick-list window with
  102. all the files and directories in the current directory. 
  103.  
  104. Key sequences worth knowing (press F1 for help on all key sequences):
  105.  
  106. ALT-C       Editor configuration. (change important defaults)
  107. F1          HELP
  108. Alt-D       Delete current line
  109. Alt-K       Delete to end of line
  110. Alt-L       Mark lines for Copy/Delete/Cut
  111. Alt-B       Rectangle mark for Copy/Delete/Cut/Indent
  112. Alt-I       Paste current cut buffer
  113. Alt-G       Goto line
  114. Ctrl-U      Undo last file modification
  115. Alt-Z       Exit and save all changed files
  116. Alt-X+N     Exit and discard all changed files
  117. Alt-Q       Exit and prompt to save for each changed file
  118. Alt-F+S     Save current buffer as "file name"
  119. Ctrl-S+F    Search foreward
  120. Ctrl-F      Perform last search
  121. Alt--       Previous screen.
  122. Alt-=       Next screen.
  123. Ctrl-K+D    Key re-define (change action of any given key sequence).
  124. Ctrl-K+S    Save current key-map
  125. -----------------------------------------------------------------------------
  126. End of file
  127. -----------------------------------------------------------------------------
  128.  
  129.